home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super League
/
Super League.iso
/
TUTORIAL
/
CURSO
/
TEMA1.DXR
/
00043.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-25
|
217 b
|
12 lines
on general
set i to 0
repeat with i = 13 to 18
if rollOver(i) then
set the visible of sprite i to 1
updateStage()
next repeat
end if
set the visible of sprite i to 0
end repeat
end